@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
    transition: all .3s;
    background: #141414;
}
.header .headerTop{
    background: #fee532;
    padding: 2px 0;
}
.header .headerImg{
    line-height: 0;
}
.header .headerText{
    margin-right: 20px;
}
.header .headerText p{
    font-family: "calibri", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
}
.header .headerInfo .lang{
    display: flex;
    align-self: center;
}
.header .headerInfo .lang span{
    display: inline-block;
    margin: 0 10px;
}
.header .headerInfo .lang a{
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 42px;
    padding-left: 25px;
    position: relative;
}
.header .headerInfo .lang a:before{
    position: absolute;
    content: '';
    width: 21px;
    height: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-image: url("/public/static/images/home/zh-cn/reset/sprites.png");
}
.header .headerInfo .lang a.en:before{
    background-position: -252px -116px;
}
.header .headerInfo .lang a.zh:before{
    background-position: -294px 0;
}
.header .headerInfo .headerEmail{
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 30px;
    margin-right: 60px;
}
.header .headerInfo .headerEmail a{
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 30px;
}
.header .headerInfo .headerEmail a:hover{
    text-decoration: underline;
}

.header .logo_box{
}
.header .logo_box a{
    display: inline-block;
    line-height: 0;
}

.headerNavBox{
    position: relative;
}
.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
}
.headerNavBox .nav_list > li > a {
    display: block;
    padding: 0 18px;
    margin-top: 15px;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.header .nav_list > li.active > a,
.header .nav_list > li.on > a{
    background: #000000;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 52px;
    margin-left: -5px;
    background: url("/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}
.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    background: #fafafa;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: bold;
    padding: 0 22px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #0083eb;
}

.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    background: #353535 url("/public/static/images/home/zh-cn/footBj.png") no-repeat bottom center;
}
.footerSearch{
    background: #f2db30;
    padding: 10px 0;
}
.footerSearch form{
    width: 380px;
    margin: auto;
}
.footerSearch .info{
    width: 100%;
    position: relative;
    padding-right: 34px;
}
.footerSearch .info input[type="text"]{
    width: 100%;
    height: 26px;
    border: 1px solid #d1d1d1;
    padding: 0 10px;
}
.footerSearch .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 26px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    background: #060405 url("/public/static/images/home/zh-cn/reset/open_search_form.png") no-repeat center center;
}

.footer_box .fast_navigation{
    overflow: hidden;
    padding: 40px 0 20px;
}

.footer_box .fast_navigation .contactInformation{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.footer_box .fast_navigation .fLogo{
    line-height: 0;
    margin-bottom: 20px;
}
.footer_box .fast_navigation ul.footerMenu li{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.footer_box .fast_navigation .contactInformation{
    padding-left: 80px;
}
.footer_box .fast_navigation h3{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.4em;
    margin-bottom: 10px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 14px;
    color: #aaaaaa;
    letter-spacing: 0;
    line-height: 1.8em;
}
.footer_box .fast_navigation li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer_box .fast_navigation li i{
    display: inline-block;
    width: 15px;
    text-align: center;
    margin-right: 3px;
    color: #3ad2a7;
}
.footer_box .fast_navigation .img{
    text-align: center;
}


.footer_box .footerForm .info{
    margin-bottom: 15px;
}
.footer_box .footerForm .tips{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: #ff0000;
}
.footer_box .footerForm .info input[type="text"]::placeholder,
.footer_box .footerForm .info textarea::placeholder{
    color: #666666;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #000000;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 90px;
    padding: 5px;
    resize: none;
    background: #ffffff;
    border: 1px solid #6a6a6a;
    color: #000000;
}
.footer_box .footerForm .code{
    position: relative;
}
.footer_box .footerForm .code img.codeImg{
    position: absolute;
    left: 110px;
    width: 100px;
    top: 0;
    height: 40px;
}
.footer_box .footerForm .info input[type="submit"]{
    border: 1px solid #f2db30;
    border-radius: 4px;
    background: #f2db30;
    color: #fff;
    font-size: 14px;
    width: 102px;
    height: 30px;
    float: right;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    background: none;
    transition: all .3s;
}

.footer_box .footer_copyright{
    overflow: hidden;
    border-top: 1px solid #747474;
    padding: 10px 0;
    margin-top: 10px;
}
.footer_box .footer_copyright .text p,
.footer_box .footer_copyright .text span,
.footer_box .footer_copyright .text a{
    font-size: 14px;
    color: #747474;
    letter-spacing: 0;
    line-height: 1.7em;
}
.footer_box .footer_copyright .text a:hover{
    color: #ffffff;
}

.onlineShare{
    position: fixed;
    top: 30%;
    width: 48px;
    left: 0;
    z-index: 99;
}
.onlineShare a{
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: 5px;
    background: #9ea3a7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.onlineShare a span{
    display: block;
    width: 100%;
    height: 100%;
    background: url("/public/static/images/home/zh-cn/reset/styleTiny.png") no-repeat;
}
.onlineShare a span.shareFacebook{
    background-position: -56px 0;
}
.onlineShare a:hover span.shareFacebook{
    background-color: #3b5998;
}
.onlineShare a span.shareGoogle{
    background-position: -56px -64px;
}
.onlineShare a:hover span.shareGoogle{
    background-color: #d14836;
}
.onlineShare a span.shareTwitter{
    background-position: -56px -256px;
}
.onlineShare a:hover span.shareTwitter{
    background-color: #00aced;
}
.onlineShare a span.shareYoutube{
    background-position: -56px -320px;
}
.onlineShare a:hover span.shareYoutube{
    background-color: #cd332d;
}

.onlineService{
    position: fixed;
    top: 30%;
    width: 120px;
    right: 0;
    z-index: 99;
    transition: all .3s;
}
.onlineService.on{
    right: -120px;
    transition: all .3s;
}
.onlineService .sideShowArrow{
    position: absolute;
    left: 0;
    width: 28px;
    height: 60px;
    top: 80px;
    z-index: -1;
    background: #0865a7 url("/public/static/images/home/zh-cn/reset/serviceForYouIco.png") no-repeat center center;
    transition: all .3s;
}
.onlineService .sideShowArrow.on{
    left: -28px;
    z-index: 2;
    transition: all .3s;
}
.onlineService .sideShowArrow a{
    display: block;
    width: 100%;
    height: 100%;
}
.onlineService .bt{
    text-align: center;
    background: #0865a7;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onlineService .con li{
    margin-top: 3px;
    background: #dddddd;
}
.onlineService .con li a{
    padding-left: 28px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #000000;
    background: url("/public/static/images/home/zh-cn/reset/colorfulicons.png") no-repeat;
    padding-right: 4px;
}
.onlineService .con li a.onlineServiceSkype{
    background-position: 0 -180px;
}
.onlineService .con li a.onlineServiceTel{
    background-position: 0 -60px;
}
.onlineService .con li a.onlineServiceMail{
    background-position: 0 -120px;
}
.onlineService .con li a:hover{
    color: #3b8ac2;
}


/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/zh-cn/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    background: #666666;
}
.banner_slick img{
    width: 100%;
}

.indexBox1 .title{
    margin: 50px 0;
    text-align: center;
    background: #ffffff url("/public/static/images/home/zh-cn/titleBg.png") no-repeat center center;
}
.indexBox1 .title h2{
    text-align: center;
    font-size: 36px;
    color: #141414;
    letter-spacing: 0;
    line-height: 1.7em;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
}
.indexBox1 .row{
    display: flex;
    flex-wrap: wrap;
}
.indexBox1 .item{
    text-align: center;
}
.indexBox1 .item .img{
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.indexBox1 .item .img a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.indexBox1 .item .img img{
    max-width: 100%;
    max-height: 100%;
}
.indexBox1 .item .text h3{
    font-size: 24px;
    color: #000000;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.indexBox1 .item .text p{
    font-size: 12px;
    color: #000000;
    line-height: 1.7em;
}

.indexBox2{
    padding: 70px 0 100px;
}
.indexBox2 .title{
    margin: 50px 0;
    text-align: center;
    background: #ffffff url("/public/static/images/home/zh-cn/titleBg.png") no-repeat center center;
}
.indexBox2 .title h2{
    text-align: center;
    font-size: 36px;
    color: #141414;
    letter-spacing: 0;
    line-height: 1.7em;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
}
.indexBox2 .item{
    text-align: center;
    position: relative;
    top: 0;
    transition: all .3s;
}
.indexBox2 .item:hover{
    top: -10px;
    transition: all .3s;
}
.indexBox2 .item .img{
    line-height: 0;
}
.indexBox2 .item .text p{
    font-size: 24px;
    color: #000;
    line-height: 1.6em;
}

.indexBox3{
    background: #f3f4f5;
    padding: 40px 0 35px;
    overflow: hidden;
}
.indexBox3 .title h2{
    font-size: 24px;
    color: #141414;
    letter-spacing: 0;
    line-height: 2.4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #141414;
    margin-bottom: 20px;
}
.indexBox3 .title h2 a{
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
}
.indexBox3 .item{
    overflow: hidden;
    margin-bottom: 15px;
}
.indexBox3 .item .img{
    width: 120px;
    height: 120px;
    line-height: 0;
    text-align: center;
    float: left;
}
.indexBox3 .item .img img{
    width: 100%;
    height: 100%;
}
.indexBox3 .item .text{
    margin-left: 120px;
    padding-left: 10px;
}
.indexBox3 .item .text h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexBox3 .item .text h3 a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    color: #000000;
}
.indexBox3 .item .text h3 a:hover{
    color: #326ca6;
}
.indexBox3 .item .text p{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indexBox3 .imgBox{
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.indexBox3 .img{
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.indexBox3 .text > a{
    display: inline-block;
    float: right;
    margin-top: 15px;
    background: #f2db30;
    padding: 5px 15px;
    font-size: 14px;
    color: #141414;
    letter-spacing: 0;
}

.indexBox4{
    padding-bottom: 30px;
}
.indexBox4 .title{
    padding: 60px 0 40px;
    text-align: center;
}
.indexBox4 .title h2{
    font-size: 24px;
    color: #141414;
    letter-spacing: 0;
    line-height: 1.7em;
    padding-bottom: 10px;
    border-bottom: 1px dashed #141414;
    margin-bottom: 5px;
}
.indexBox4 .title p{
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 14px;
    color: #141414;
}
.indexBox4 .item{
    padding: 0 50px;
    margin-bottom: 15px;
    text-align: center;
}
.indexBox4 .item .t{
    background: #f2db30;
    padding: 15px 20px;
}
.indexBox4 .item .t h3{
    font-size: 24px;
    color: #141414;
    letter-spacing: 0;
    line-height: 1.7em;
}
.indexBox4 .item .text{
    height: 140px;
    background: #f3f4f5;
    padding: 20px;
}
.indexBox4 .item .text p{
    letter-spacing: 0;
    line-height: 1.8em;
    color: #2d2d2d;
    font-size: 12px;
}
.indexBox4 .item > a{
    display: inline-block;
    position: relative;
    z-index: 2;
    top: -15px;
    background: #141414;
    padding: 5px 30px;
    border-radius: 8px;
    color: #fff;
}
.indexBox4 .item > a:hover{
    color: #151515;
    background: #f2db30;
}

.indexBox5{
    background: #f3f4f5;
    padding: 60px 0;
    overflow: hidden;
}
.indexBox5 h2{
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    line-height: 2.4em;
}
.indexBox5 .indexSlick{
    padding: 0 20px;
}
.indexBox5 .indexSlick .slick-prev,
.indexBox5 .indexSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.indexBox5 .indexSlick .slick-prev{
    background-position: left center;
    left: 0;
}
.indexBox5 .indexSlick .slick-next{
    background-position: right center;
    right: 0;
}
.indexBox5 .indexSlick .slick_first{
    margin: 0 20px;
}
.indexBox5 .indexSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
}



.news_box .newsBanner{
    line-height: 0;
    margin-bottom: 20px;
}
.news_box .item{
    overflow: hidden;
    margin-bottom: 15px;
}
.news_box .item .img{
    width: 120px;
    height: 120px;
    line-height: 0;
    text-align: center;
    float: left;
}
.news_box .item .img img{
    width: 100%;
    height: 100%;
}
.news_box .item .text{
    margin-left: 120px;
    padding-left: 10px;
}
.news_box .item .text h3 a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    color: #000000;
}
.news_box .item .text h3 a:hover{
    color: #326ca6;
}
.news_box .item .text p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}


.newsDetailNews h2{
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    line-height: 2.4em;
}
.newsDetailNews .item .text{
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
}
.newsDetailNews .item .text h3 a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    color: #000000;
}
.newsDetailNews .item .text h3 a:hover{
    color: #326ca6;
}
.newsDetailNews .item .text p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.contactBox1{
    padding-bottom: 40px;
}
.contactBox1 .title h1{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.contactBox1 .img{
    line-height: 0;
    text-align: center;
}

.contactBox2 .contactForm h2{
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    line-height: 2.4em;
}
.contactBox2 .contactForm .info{
    margin-bottom: 10px;
}
.contactBox2 .contactForm .tips{
    display: block;
    color: #ffffff;
    font-size: 12px;
    background: #aa0000;
    text-align: center;
}
.contactBox2 .contactForm input[type="text"],
.contactBox2 .contactForm textarea{
    width: 100%;
    height: 40px;
    padding: 0 8px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.contactBox2 .contactForm textarea{
    resize: none;
    height: 90px;
    padding: 8px;
}
.contactBox2 .contactForm .code{
    position: relative;
}
.contactBox2 .contactForm .code input{
    width: 110px;
}
.contactBox2 .contactForm .code img.codeImg{
    position: absolute;
    top: 0;
    left: 120px;
    width: 100px;
    height: 40px;
    border: 1px solid #eeeeee
}
.contactBox2 .contactForm input[type="submit"]{
    margin-top: 15px;
    width: 110px;
    height: 32px;
    background: #5cb85c;
    border: 0;
    color: #ffffff;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.contactBox2 .contactForm input[type="submit"]:hover{
    background: #4cae4c;
}
.contactBox2 .contactForm input[type="reset"]{
    margin-top: 15px;
    width: 110px;
    height: 32px;
    background: #d9534f;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.contactBox2 .contactForm input[type="reset"]:hover{
    background: #d43f3a;
}
.contactBox2 .contactInfo .text h2{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.7em;
    font-weight: 700;
    margin-bottom: 20px;
}
.contactBox2 .contactInfo .text h3{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.7em;
    font-weight: 700;
    margin-bottom: 20px;
}
.contactBox2 .contactInfo .text ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.contactBox2 .contactInfo .text ul li{
    letter-spacing: 0;
    width: 25%;
    float: left;
}
.contactBox2 .contactInfo .text ul li span{
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.7em;
}
.contactBox2 .contactInfo .text ul li p{
    font-size: 14px;
    color: #333;
    line-height: 1.7em;
}
.contactBox2 .contactInfo .ulBox{
    overflow: hidden;
    padding: 20px 0;
}
.contactBox2 .contactInfo .ulBox ul{
    width: 50%;
    float: left;
}
.contactBox2 .contactInfo .ulBox ul li a,
.contactBox2 .contactInfo .ulBox ul li{
    font-size: 14px;
    color: #333;
    line-height: 1.7em;
}
.contactBox2 .contactInfo .ulBox ul li strong{
    font-weight: 700;
}
.contactBox2 .contactInfo .contactMap{
    margin-top: 30px;
    line-height: 0;
    margin-bottom: 10px;
}
.contactBox2 .contactInfo .contactMap h2{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.7em;
    font-weight: 700;
    margin-bottom: 20px;
}
.contactBox2 .contactInfo .contactMap p{
    font-size: 14px;
    color: #333;
    line-height: 1.7em;
}
.contactBox2 .contactInfo .contactMap iframe{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.aboutBox1{
    padding-bottom: 40px;
}
.aboutBox1 .title h1{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.aboutBox1 .img{
    line-height: 0;
    text-align: center;
}

.aboutConBox{
    padding-bottom: 70px;
}
.aboutText p,
.qiyegaikuangCon p,
.qiyegaikuangCon a,
.chanpinxiaoshoufuwu p{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: justify;
    color: #333;
}
.qiyegaikuangCon img{
    clear: both;
    display: block;
    margin: auto;
}

.aboutConBox .otherText .img{
    line-height: 0;
    padding-bottom: 20px;
}
.aboutConBox .otherText h2{
    font-size: 14px;
    color: #141414;
    line-height: 2.4em;
}
.aboutConBox .otherText li a{
    font-size: 14px;
    color: #141414;
    line-height: 1.7em;
}
.aboutConBox .otherText li a:hover{
    text-decoration: underline;
}

.workShopBox h2{
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    padding-bottom: 20px;
}
.workShopBox .itemBox{
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.workShopBox .item{
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
}
.workShopBox .item .img{
    line-height: 0;
    text-align: center;
}
.workShopBox .item .img img{
    width: 100%;
}
.workShopBox .item .text{
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.7em;
}

.chenggonganli ul{
    overflow: hidden;
}
.chenggonganli ul li{
    width: 50%;
    float: left;
    text-align: center;
}

.solutionText p{
    font-size: 12px;
    color: #52565f;
    letter-spacing: 0;
    line-height: 1.7em;
}
.solutionText p strong{
    font-size: 16px;
    color: #46689f;
    letter-spacing: 0;
    line-height: 1.7em;
}
.solutionText .t{
    padding-left: 1em;
}
.solutionText .t p strong{
    font-size: 12px;
}


.chanpinxiaoshoufuwu .con{
    overflow: hidden;
}
.chanpinxiaoshoufuwu .con .img{
    width: 30%;
    float: left;
}
.chanpinxiaoshoufuwu .con .text{
    width: 70%;
    float: left;
}

.support{
    display: flex;
    flex-wrap: wrap;
}
.support .item{
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding-right: 30px;
}
.support .item h3{
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 16px;
    color: #000000;
}
.support .item .con{
    overflow: hidden;
}
.support .item .con .img{
    width: 80px;
    float: left;
}
.support .item .con .text{
    margin-left: 80px;
    padding-right: 50px;
}
.support .item .con .text p{
    font-size: 12px;
    color: #666666;
    line-height: 2;
}
.support .item .con .text a{
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    color: #000000;
}

.linkBanner{
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}
.linkBox {
    padding-bottom: 60px;
}
.linkBox p a{
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.7em;
}

@media (max-width: 1620px){

}
@media (max-width: 1450px){

}
@media (max-width: 1220px){
    .header .headerText p{
        font-size: 18px;
    }
    .headerNavBox .nav_list > li > a{
        padding: 0 10px;
    }


    .indexBox1 .item .text h3,
    .indexBox2 .item .text p{
        font-size: 20px;
    }

    .indexBox3 .video_click img{
        width: 100%;
    }
    .indexBox4 .item{
        padding: 0;
    }
}
@media (max-width: 992px){
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i{
        font-size: 14px;
        line-height: 1.2;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #141414;
        z-index: 99999;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .lang{
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .lang a.en{
        display: inline-block;
        width: 21px;
        height: 14px;
        background: url("/public/static/images/home/zh-cn/reset/sprites.png") no-repeat -252px -116px;
        margin-right: 5px;
    }

    .lang a.zh{
        display: inline-block;
        width: 21px;
        height: 14px;
        background: url("/public/static/images/home/zh-cn/reset/sprites.png") no-repeat -294px 0;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("/public/static/images/home/zh-cn/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation ul{
        /*display: none;*/
        margin-bottom: 10px;
    }
    .footer_box .fast_navigation h3{
        position: relative;
        cursor: pointer;
    }
    .footer_box .fast_navigation .contactInformation{
        border: 0;
        padding-left: 0;
    }
    .footer_box .footer_copyright .text{
        width: 100%;
        text-align: center;
    }

    .aboutBox2 .col_lg_6.col_sm_24,
    .aboutConBox .col_lg_6.col_sm_24{
        display: none;
    }

    .news_box .newsBanner{
        margin-top: 30px;
    }
    .newsDetailNews{
        display: none;
    }
    .news_content_title{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .onlineShare{
        display: none;
    }
    .onlineService{
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .onlineService .sideShowArrow,
    .onlineService .bt{
        display: none;
    }
    .onlineService .con li{
        width: 33.33%;
        float: left;
        margin-top: 0;
        border-right: 1px solid #d3d3d3;
        text-align: center;
    }
    .onlineService .con li a{
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        position: relative;
        background: none;
        font-size: 14px;
    }
    .onlineService .con li a:before{
        content: '';
        position: absolute;
        height: 30px;
        width: 30px;
        top: 4px;
        left: 50%;
        margin-left: -15px;
        background: url("/public/static/images/home/zh-cn/reset/colorfulicons.png") no-repeat;
    }
    .onlineService .con li a.onlineServiceSkype:before{
        background-position: 0 -180px;
    }
    .onlineService .con li a.onlineServiceTel:before{
        background-position: 0 -60px;
    }
    .onlineService .con li a.onlineServiceMail:before{
        background-position: 0 -120px;
    }

    .indexBox1 .title h2,
    .indexBox2 .title h2{
        font-size: 30px;
    }
    .indexBox1 .item .img{
        padding-bottom: 0;
        height: 180px;
    }
    .indexBox1 .item .text h3{
        font-size: 20px;
    }

    .indexBox2 .title{
        margin-top: 0;
        margin-bottom: 20px;
    }

    .indexBox4 .item .t h3{
        font-size: 18px;
    }

    .workShopBox .item{
        width: 50%;
    }

    .contactBox2 .contactInfo .ulBox ul{
        width: 100%;
    }
    .contactBox2 .contactInfo .contactMap iframe{
        height: 320px;
    }
    .aboutBox1 .title h1,
    .contactBox1 .title h1{
        font-size: 24px;
    }

    .contactBox2 .contactInfo .text ul li{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (max-width: 640px){
    .chanpinxiaoshoufuwu .con .img{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .chanpinxiaoshoufuwu .con .text{
        width: 100%;
    }
}
@media (max-width: 540px){
}
@media (max-width: 480px){

    .footerSearch form{
        width: 100%;
    }

    .contactBox2 .contactInfo .text ul li{
        width: 100%;
    }
}
@media (max-width: 435px){
    .footer_box .fast_navigation ul.footerMenu li{
        width: 100%;
        margin-bottom: 5px;
    }
}

.footerRight{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}